home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Oplane.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  329b  |  12 lines

  1. #ifndef _OPLANE_H_
  2. #define _OPLANE_H_
  3.  
  4. enum
  5. {
  6.     PRIM_PLANE_WIDTH                    = 1230, // REAL     - Plane Width [>=0.0]
  7.     PRIM_PLANE_HEIGHT                  = 1231, // REAL     - Plane Height [>=0.0]
  8.     PRIM_PLANE_SUBW                      = 1232, // LONG     - Width Segments [>0]
  9.     PRIM_PLANE_SUBH                    = 1233 // LONG     - Height Segments [>0]
  10. };
  11.  
  12. #endif